crypto/tls.Conn.connectionStateLocked (method)
14 uses
crypto/tls (current package)
conn.go#L1611: return c.connectionStateLocked()
conn.go#L1616: func (c *Conn) connectionStateLocked() ConnectionState {
handshake_client.go#L581: if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
handshake_client.go#L1120: if err := c.config.EncryptedClientHelloRejectionVerify(c.connectionStateLocked()); err != nil {
handshake_client.go#L1189: if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
handshake_client_tls13.go#L599: if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
handshake_server.go#L463: ss, err := c.config.UnwrapSession(hs.clientHello.sessionTicket, c.connectionStateLocked())
handshake_server.go#L584: if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
handshake_server.go#L718: if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
handshake_server.go#L898: m.ticket, err = c.config.WrapSession(c.connectionStateLocked(), state)
handshake_server_tls13.go#L326: sessionState, err = c.config.UnwrapSession(identity.label, c.connectionStateLocked())
handshake_server_tls13.go#L989: m.label, err = c.config.WrapSession(c.connectionStateLocked(), state)
handshake_server_tls13.go#L1034: if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
handshake_server_tls13.go#L1061: if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |